dsh-side-chat: An Enhanced Version of Codex-style Side Chat
heartmove's maintained DSH web client plugin, dsh-side-chat (0.2.0, MIT), provides an isolated agent chat on the right-side panel, segregated by the main session, inheriting the main session's toolset, model, thinking difficulty, and permission presets. Users can select conversation content to query, and AI responses can be brought back to the main session draft or collapsed hint line either verbatim or summarized. When a question pop-up appears in the main session, the question and options are automatically listed in the side panel, allowing analysis in the side chat before answering, without interrupting the workflow. Installation command: npx -p @deepseek-ai/dsh dsh plugin --profile web add github:heartmove/dsh-side-chat, requires DSH ≥ 0.1.0-rc.6.
Read More# Add a Sidebar Chat with Transferable Results to DeepSeek Harness Main Session via dsh-side-chat
`dsh-side-chat` is a DeepSeek Harness web session plugin maintained by heartmove (MIT, TypeScript, version 0.2.0). It provides independent chats isolated by main sessions on the right sidebar, inheriting the toolset, models and permissions. Users can select text to ask questions, and replies can be brought back to the draft/expanded prompt line in original text or summarized form; when a question pop-up appears in the main session, users can also conduct analysis on the sidebar first before replying. The directory installation command is `dsh plugin add github:heartmove/dsh-side-chat`. The plugin runs with the permissions of the current dsh process, and the source code and license should be verified before installation.
Read MoreUse dsh-side-chat to open a side追问 session next to the DeepSeek Harness main session.
`dsh-side-chat` is a DeepSeek Harness Web plugin maintained by AHGGG: Select text in completed messages, and you can追问 in the independent right sidebar or send the annotated selection back to the main input box without switching the main session. The current npm package `@ahggg/dsh-side-chat@0.6.1` accurately corresponds to dsh 0.1.0-rc.6. Please refer to the community repository for the installation command. The sidebar shares the workspace with the main session, and closing the panel will not undo file changes.
Read More